home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / Its-a-Gas.swf / scripts / DefineButton2_347 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-10  |  188 b   |  9 lines

  1. on(release){
  2.    _root.level = _root.level + 1;
  3.    _root.vTime = 30;
  4.    _root.flapCount = 0;
  5.    _root.FlapAction = false;
  6.    _root.gasLevel = 0;
  7.    _root.gotoAndStop("MainLoop");
  8. }
  9.